home *** CD-ROM | disk | FTP | other *** search
- .\" XXX standard disclaimer belongs here....
- .\" $Header: /private/postgres/ref/postquel/RCS/createdb,v 1.6 1992/07/14 05:54:17 ptong Exp $
- .SP CREATEDB COMMANDS 8/11/91
- .XA 2 Createdb
- .uh NAME
- .lp
- createdb \*- create a new database
- .uh SYNOPSIS
- .lp
- .(l
- \fBcreatedb\fR dbname
- .)l
- .uh DESCRIPTION
- .lp
- .b Createdb
- creates a new \*(PP database.
- The creator becomes the administrator of the new database.
- This command was added to \*(PQ in Version \*(PV and is intended
- to be used by the createdb script.
- .lp
- .uh "SEE ALSO"
- .lp
- destroydb(commands),
- initdb(unix),
- createdb(unix),
- destroydb(unix).
- .lp
- .uh BUGS
- .lp
- This command should NOT be executed by humans. The \fBcreatedb\fR(unix) script
- should be used instead.
-